home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / clowns.swf / scripts / DefineButton2_360 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  147 b   |  5 lines

  1. on(release){
  2.    _root.highscores.submit("clowns","",_global.stat.actScore,int(getTimer() / 60000),_global.stat.actLevel);
  3.    _parent.play();
  4. }
  5.